Skip to content

Internal: update devDependencies (Jest / Babel / StyleLint)#872

Merged
christianvuerings merged 1 commit intopinterest:masterfrom
christianvuerings:update-dev-dependencies
May 19, 2020
Merged

Internal: update devDependencies (Jest / Babel / StyleLint)#872
christianvuerings merged 1 commit intopinterest:masterfrom
christianvuerings:update-dev-dependencies

Conversation

@christianvuerings
Copy link
Copy Markdown
Contributor

Updates most of our devDependencies to their latest versions.

@christianvuerings christianvuerings requested a review from a team as a code owner May 19, 2020 14:53

jest.mock('../convert-font-weight', () => {
return Object.assign(require.requireActual('../convert-font-weight'), {
return Object.assign(jest.requireActual('../convert-font-weight'), {
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

require.requireActual got removed in Jest v26: https://github.com/facebook/jest/releases/tag/v26.0.0
Related PR: jestjs/jest#9854

@christianvuerings christianvuerings added the minor release Minor release label May 19, 2020
@christianvuerings christianvuerings merged commit 78c8b38 into pinterest:master May 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor release Minor release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant